projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c737e1d
)
gtk-demo: Fix typo
author
Volker Sobek
<reklov@live.com>
Tue, 8 May 2012 01:32:28 +0000
(
03:32
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 14 Apr 2013 13:04:57 +0000
(09:04 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=675649
demos/gtk-demo/textscroll.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/textscroll.c
b/demos/gtk-demo/textscroll.c
index 277609bca184df1f4d776a83583a97d9ed510f76..158a2351dd19c5e586628176561ce76ea3425e8a 100644
(file)
--- a/
demos/gtk-demo/textscroll.c
+++ b/
demos/gtk-demo/textscroll.c
@@
-85,7
+85,7
@@
scroll_to_bottom (GtkTextView *textview)
gtk_text_iter_set_line_offset (&iter, 0);
/* and place the mark at iter. the mark will stay there after we
- * insert some text at the end because it has
righ
t gravity.
+ * insert some text at the end because it has
lef
t gravity.
*/
mark = gtk_text_buffer_get_mark (buffer, "scroll");
gtk_text_buffer_move_mark (buffer, mark, &iter);